header {
    width: 100%;
    height: 90px;
    background: #A8070F;
}

.header-box {
    width: 1240px;
    /*width: 1120px;*/
    /*width: 82%;*/
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 61px;
    position: relative;
}

.header-left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 52px;
    background: #F7F7F7;
}

.header-left li {
    width: 106px;
    /*width: 103px;*/
    height: 34px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
    /*margin-right: 20px;*/
    margin-bottom: 4px;
}
.header-left li.active{
    background: #CF8D37;
}
/*.header-left li:nth-child(6n) {*/
/*    margin-right: 0;*/
/*}*/
.header-left li:nth-child(6n) {
    margin-right: 0;
}
.header-left li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.header-right {
    margin-left: 61px;
}

.header-right p {
    color: #fff;
}

.header-right-input {
    width: 221px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.header-right-input .index_heard {
    width: 193px;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0 10px;
}

.input-icon {
    width: 28px;
    height: 100%;
    background: #BE9B61;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}


/* 底部 */

footer {
    width: 100%;
    height: 150px;
    background: #A8070F;
    background-image: url(../../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-top: 52px;
}

.footer-box {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
}

.footer-one{
    width: 40%;
    margin-right: 50px;
}
.footer-tow,.footer-therr{
    width: 33%;
}

.footer-left p {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 9px;
}

.footer-buwei {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.footer-buwei ul{
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 31px;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #eee;
    z-index: 9999;
}
.footer-buwei p:after{
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 20px;
    top: 12px;
}
.footer-buwei ul li{
    border-bottom: 1px solid #f2f2f2;
    line-height: 30px;
}
.footer-buwei ul li a{
    color: #000;
}
.footer-buwei ul li a:hover{
    color: #A8070F;
}
.footer-buwei,
.xiehui {
    width: 192px;
    height: 30px;
    background: #830E14;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.footer-buwei p,
.xiehui p {
    width: 100%;
    line-height: 30px;
    /*text-align: center;*/
    padding-left: 20px;
}

.crumbs {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 16px;
}

.crumbs span a {
    color: #333333;
    font-size: 16px;
    /* padding-right: 25px; */
}

.crumbs span::after {
    content: ">";
    font-size: 16px;
    color: #333333;
    padding: 0 5px;
}

.crumbs span:last-of-type a,
.crumbs span:last-of-type {
    color: #CF8D37;
}

.crumbs span:last-of-type::after {
    display: none;
}

.left_nav {
    width: 16%;
    margin-top: 4px;
}

.left_nav_title {
    width: 100%;
    height: 52px;
    background: url(../../images/juxing.png) no-repeat;
    background-size: cover;
    padding-left: 30px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.left_nav_title p {
    font-size: 22px;
    color: #FFFFFF;
}

.left_nav_title span {
    font-size: 14px;
    color: #FFFFFF;
}

.left_nav_ul {
    width: 100%;
    background: #FFFFFF;
    padding-left: 16px;
    padding-top: 21px;
}

.left_nav_li {
    padding-bottom: 19px;
}

.left_nav_li a {
    font-size: 20px;
    color: #333333;
    position: relative;
}

.left_nav_li.active a {
    color: #CF8D37;
    padding-left: 38px;
}

.left_nav_li.active a:after {
    content: "";
    width: 20px;
    height: 11px;
    background: url(../../images/active.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner {
    height: 400px;
    width: 100%;
    background: url(../../images/bj.png) no-repeat;
    background-size: cover;
    padding-top: 32px;
    position: relative;
    overflow: hidden;
}

.wraps {
    width: 1200px;
    margin: 0 auto;
    display: flex;

    justify-content: space-between;
}
.wraps>a{
    font-size: 16px;
    font-weight: 400;
    color: #A8070F;
}

.aos-he {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    animation: ani_2 500ms linear 1 forwards;
    animation-delay: .5s;
    width: 30%;
}

.aos-hnbwy {
    position: absolute;
    left: 22%;
    bottom: 0;
    opacity: 0;
    width: 13%;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 0.8s;
}
.aos-yszx{
    position: absolute;
    left: 34%;
    bottom: 0;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 1s;
    z-index: 1;
    width: 10%;
}
.aos-zyft {
    position: absolute;
    left: 34%;
    bottom: 0;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 2s;
    width: 4%;
}

.aos-dyml {
    position: absolute;
    bottom: 0;
    left: 40%;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 2.5s;
    width: 3%;
}

.aos-rqt {
    position: absolute;
    bottom: 0;
    left: 43%;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 3s;
    width: 9%;
}

.aos-szl {
    position: absolute;
    bottom: 0;
    left: 52%;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 3.5s;
    z-index: 1;
    width: 8%;
}

.aos-ding {
    position: absolute;
    bottom: -28px;
    left: 52%;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 5.5s;
    width: 17%;
}

.aos-ydgm {
    position: absolute;
    bottom: 0;
    left: 63%;
    opacity: 0;
    animation: ani_hnbwy 500ms linear 1 forwards;
    animation-delay: 4.5s;
    width: 5%;
}

.aos-qiao {
    position: absolute;
    bottom: -64px;
    right: 0;
    opacity: 0;
    animation: ani_hqq 1s linear 1 forwards;
    animation-delay: 5s;
    width: 30%;
}

.aos-hqq {
    position: absolute;
    /*top: 32px;*/
    right: 0;
    opacity: 0;
    animation: ani_cc 1s linear 1 forwards;
    animation-delay: .5s;
    width: 30%;
}

.aos-cc {
    position: absolute;
    bottom: -5px;
    opacity: 0;
    animation: ani_cc 500ms linear 1 forwards;
    animation-delay: .5s;
    z-index: 99;
}

@keyframes ani_1 {
    0% {
        opacity: 0;
        top: 140px;
        right: -120px;
    }
    100% {
        opacity: .7;
        top: 140px;
        right: 3%;
    }
}

@-webkit-keyframes ani_1 {
    0% {
        opacity: .7;
        top: 120px;
        right: -120px;
    }
    100% {
        opacity: 1;
        top: 120px;
        right: 3%;
    }
}

@keyframes ani_2 {
    0% {
        opacity: 0;
        left: -598px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes ani_2 {
    0% {
        opacity: 0;
        left: -598px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes ani_3 {
    0% {
        opacity: 0;
        left: 0%;
    }
    100% {
        opacity: 1;
        left: 8%;
    }
}

@-webkit-keyframes ani_3 {
    0% {
        opacity: 0;
        left: 0%;
    }
    100% {
        opacity: 1;
        left: 8%;
    }
}

@keyframes ani_hnbwy {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes ani_hnbwy {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes ani_yszx {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: -2px;
    }
}

@-webkit-keyframes ani_yszx {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes ani_cc {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: -5px;
    }
}

@-webkit-keyframes ani_cc {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: -5px;
    }
}

@keyframes ani_hqq {
    0% {
        opacity: 0;
        right: -600px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes ani_hqq {
    0% {
        opacity: 0;
        right: -600px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes ani_ding {
    0% {
        opacity: 0;
        left: -600px;
    }
    100% {
        opacity: 1;
        left: 988px;
    }
}

@-webkit-keyframes ani_ding {
    0% {
        opacity: 0;
        left: -600px;
    }
    100% {
        opacity: 1;
        left: 988px;
    }
}

.content {
    width: 82%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*二维码样式*/
.rem{
    width: 144px;
    height: 170px;
    background: #ffffff;
    position: fixed;
    top: 500px;
    right: 10px;
    text-align: center;
    z-index: 200;
    padding-top: 19px;
    padding-bottom: 18px;
    padding-right: 5px;
    padding-left: 6px;
}
.rem span{
    position: absolute;
    right: 4px;
    cursor: pointer;
    top: 2px
}
.rem p{
    font-size: 14px;
    color: #000000;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5px;
}
.mobile-headerwrap {
    display: none;
}
.fenye{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination{
    display: flex;
}
.pagination li{
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li span,.pagination li a{
    width: 100%;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    margin-top: 2px;
}
.pagination li.disabled{
    border: 1px solid #999;
    cursor: not-allowed;
}
.pagination li.disabled span{
    color: #999;
}
.pagination li a{
    color: #333;
}
.pagination li.active,.pagination li:hover{
    color: #A8070F;
    border: 1px solid #A8070F;
}
.pagination li:hover a{
    color: #A8070F;
}

.pdf_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 26px;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
}

.flex_al {
    display: flex;
    align-items: center;
}
.download_list_one{
    width: 93%;
    /*justify-content: space-between;*/
}
.download_list_one>img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.cl2 {
    display: none;
}

.download_list_tow>img {
    width: 22px;
    height: 22px;
}

.pdf_box>a {
    text-decoration: none;

    padding: 15px 20px 14px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 9px 1px rgba(217, 217, 218, 0.48);
}

.download_list_one>p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xz_zctive {
    border: 1px solid #A8070F !important;
}

.xz_zctive p {
    color: #A8070F;
}

.xz_zctive .cl2 {
    display: block;
}

.xz_zctive .cl1 {
    display: none;
}
#icon{
    display: none !important;
}

@media screen and (max-width: 1600px){
    .left_nav_title p{
        font-size: 18px;
    }
    .left_nav_title span{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){
    .pdf_box{
        grid-template-columns: 1fr ;
    }    
    .mobile-headerwrap {
        display: block;
    }
    .content {
        width: 100%;
        min-width: 100%;
        padding: 0 10px;
    }
    footer {
        overflow: hidden;
    }
    .mobile-headerwrap {
        height: 48px;
        position: relative;
        z-index: 99990;
        display: block;
    }
    header {
        display: none;
    }
    .mobile-header {
        background: #fff;
        height: 50px;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 990;
    }
    .header-shower {
        line-height: 50px;
        height: 50px;
        box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
        position: relative;
        z-index: 66;
        text-align: center;
    }
    a.menus-mobiles {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }
    a.menus-mobiles span {
        background: #d30b15;
        height: 1px;
        width: 20px;
        display: block;
        position: absolute;
        left: 10px;
        top: 22px;
        transition: all 0.5s;
    }
    a.menus-mobiles span:nth-child(1) {
        /* top: 22px; */
        transform: translate3d(0, 0px, 0);
    }
    a.menus-mobiles span:nth-child(2) {
        /* top: 28px; */
        transform: translate3d(0, 6px, 0);
    }
    .mobile-header .header-shower img {
        width: auto!important;
        height: 22px!important;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
    }
    a.menus-ani1 span:nth-child(1) {
        /* animation: animenu1 500ms 1; */
        animation-fill-mode: forwards;
        transform: rotate3d(0, 0, 1, 45deg);
    }
    a.menus-ani1 span:nth-child(2) {
        /* animation: animenu2 500ms 1; */
        animation-fill-mode: forwards;
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .mobile-menucss {
        /* box-shadow: -2px 0 5px rgb(0 0 0 / 20%); */
        height: 100%;
        max-height: calc(100vh - 50px);
        /* width: 40%; */
        width: 100%;
        position: relative;
        /* width: 150px; */
        position: fixed;
        right: -100%;
        top: 50px;
        box-sizing: border-box;
        display: block!important;
        z-index: 99999;
    }
    .menu-hide {
        /* left: -100%; */
        left: 0;
        height: 0;
        animation-name: ani-menu1;
        animation-timing-function: ease-in-out;
        animation-duration: 500ms;
    }
    .mobile-menucss {
        text-align: left;
    }
    .mobile-menucss {
        /* background: rgba(1,142,214,1); */
        background: -webkit-linear-gradient(#d30b15, #b0030c);
        background: -o-linear-gradient(#d30b15, #b0030c);
        background: -moz-linear-gradient(#d30b15, #b0030c);
        background: linear-gradient(#d30b15, #b0030c);
    }
    .mobile-menucss>ul {
        overflow: auto;
        width: 100%;
        /* width: 150px; */
        padding-top: 0;
        /* background: rgba(130,176,69,1); */
        height: calc(100%);
        /* max-height: calc(100% - 50px); */
    }
    .mobile-menucss>ul>li {
        margin-top: -1px;
        transition: all 500ms;
        transform: translateX(-100px);
        opacity: 0;
    }
    .menu-active {
        left: 0;
        animation-name: ani-menu;
        animation-timing-function: ease-in-out;
        animation-duration: 500ms;
        box-shadow: none;
    }
    .menu-active>ul>li {
        transform: translateX(0);
        opacity: 1;
    }
    .menu-active>ul>li:nth-child(1) {
        -webkit-transition-delay: 250ms, 250ms;
        transition-delay: 250ms, 250ms;
    }
    .menu-active>ul>li:nth-child(2) {
        -webkit-transition-delay: 300ms, 300ms;
        transition-delay: 300ms, 300ms;
    }
    .menu-active>ul>li:nth-child(3) {
        -webkit-transition-delay: 350ms, 350ms;
        transition-delay: 350ms, 350ms;
    }
    .menu-active>ul>li:nth-child(4) {
        -webkit-transition-delay: 400ms, 400ms;
        transition-delay: 400ms, 400ms;
    }
    .menu-active>ul>li:nth-child(5) {
        -webkit-transition-delay: 450ms, 450ms;
        transition-delay: 450ms, 450ms;
    }
    .menu-active>ul>li:nth-child(6) {
        -webkit-transition-delay: 500ms, 500ms;
    ;
        transition-delay: 500ms, 500ms;
    }
    .menu-active>ul>li:nth-child(7) {
        -webkit-transition-delay: 550ms, 550ms;
        transition-delay: 550ms, 550ms;
    }
    .menu-active>ul>li:nth-child(8) {
        -webkit-transition-delay: 600ms, 600ms;
        transition-delay: 600ms, 600ms;
    }
    .menu-active>ul>li:nth-child(9) {
        -webkit-transition-delay: 650ms, 650ms;
        transition-delay: 650ms, 650ms;
    }
    .menu-active>ul>li:nth-child(10) {
        -webkit-transition-delay: 700ms, 700ms;
        transition-delay: 700ms, 700ms;
    }
    .menu-active>ul>li:nth-child(11) {
        -webkit-transition-delay: 750ms, 750ms;
        transition-delay: 750ms, 750ms;
    }
    .mobile-menucss>ul>li>a {
        position: relative;
    }
    .mobile-menucss>ul>li>a,
    .mobile-menucss>ul>li>h3 {
        font-weight: normal;
        display: block;
        padding-left: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        /* border-top: 1px solid rgba(255,255,255,0.1); */
        height: 45px;
        line-height: 45px;
        color: #ffffff;
    }
    .menu-active>ul>li>a {
        height: 45px;
        line-height: 45px;
        color: #ffffff;
    }
    .mobile-menucss>ul>li>ul {
        padding-left: 50px;
        overflow: hidden;
        /* display: none; */
    }
    .mobile-menucss>ul>li>ul>li {
        line-height: 45px;
        position: relative;
    }
    .mobile-menucss>ul>li>ul>li a{
        color: #fff;
    }
    .mobile-menucss>ul>li>ul>li>a>span {
        color: #fff;
        opacity: .8;
        line-height: 25px;
    }
    .banner{
        height: 94px;
        overflow: hidden;
    }
    .wraps{
        display: none;
    }
    .aos-he img{
        width: 24%;
        /*height: 101px;*/
    }
    .aos-hnbwy img{
        width: 50px;
        height: 20px;
    }
    .aos-yszx img{
        width: 38px;
        height: 10px;
    }
    .aos-zyft img{
        width: 15px;
        height: 47px;
    }
    .aos-dyml img{
        width: 12px;
        height: 44px;
    }
    .aos-szl img{
        width: 30px;
        height: 47px;
    }
    .aos-rqt img{
        width: 34px;
        height: 60px;
    }
    .aos-ding img{
        width: 63px;
        height: 69px;
    }
    .aos-ydgm img{
        width: 18px;
        height: 36px;
    }
    .aos-qiao img{
        width: 103px;
        height: 43px;
    }
    .aos-hqq img{
        width: 175px;
        height: 125px;
    }
    .aos-cc img{
        width: 100%;
        height: 11px;
    }
    /*图片*/
    .aos-cc{
        width: 100%;
    }
    .aos-hnbwy{
        left: 12%;
        width: auto;
    }
    .aos-yszx{
        left: 26%;
        animation: ani_yszx 500ms linear 1 forwards;
        animation-delay: 1s;
        z-index: 1;
        width: auto;
    }
    .aos-zyft{
        left: 26%;
        width: auto;
    }
    .aos-dyml{
        left: 35%;
        width: auto;
    }
    .aos-rqt{
        left: 40%;
        width: auto;
    }
    .aos-ding{
        left: 47%;
        width: auto;
    }
    .aos-ydgm{
        left: 57%;
        width: auto;
    }
    .aos-qiao{
        bottom: -8px;
        width: auto;
    }
    .aos-szl{
        left: 52%;
        width: auto;
    }
    .aos-ding{
        left: 53%;
        width: auto;
    }
    .aos-ydgm{
        left: 65%;
        width: auto;
    }
    /*左侧*/
    .left_nav{
        display: none;
    }
    .right-nr{
        width: 100%;
    }
    .footer-box{
        width: 100%;
        flex-direction: column;
    }
    .footer-one{
        width: 100%;
    }
    .footer-tow{
        width: 100%;
    }
    .footer-therr{
        width: 100%;
    }
    footer{
        height: auto;
        padding: 20px 10px;
    }
    .footer-left{
        flex-wrap: wrap;
    }
    .footer-buwei, .xiehui{
        width: 80%;
    }
    .propaganda{
        width: 94%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .propaganda_box p:nth-child(2) {
        margin: 0px 10px;
    }
    .propaganda_box p {
        color: #fff;
        font-size: 21px;
        /* overflow: hidden; */
    }
}